JAMS 6.x Help
SendData(Dictionary<String,Object>,String) Method


Sends data to the job. The exact results produced by calling SendData are defined by the execution method. For example, calling SendData for a Workflow will resume the a bookmark named dataName, passing it the dataValue.
Syntax
'Declaration
 
Public Overloads Sub SendData( _
   ByVal dataValues As System.Collections.Generic.Dictionary(Of String,Object), _
   ByVal message As System.String _
) 
'Usage
 
Dim instance As CurJob
Dim dataValues As System.Collections.Generic.Dictionary(Of String,Object)
Dim message As System.String
 
instance.SendData(dataValues, message)
public void SendData( 
   System.Collections.Generic.Dictionary<string,object> dataValues,
   System.string message
)

Parameters

dataValues
message
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CurJob Class
CurJob Members
Overload List